Plug a memory leak in an error case
authorMatthias Clasen <mclasen@redhat.com>
Wed, 16 Sep 2020 19:59:49 +0000 (15:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 Sep 2020 23:13:18 +0000 (19:13 -0400)
commitcd60ed43919508b2a02bcc856eb01c0f47d03e60
tree860133ac91a5234b2f627233f4904a162f20fbd2
parenta1e21c1acb523f6049a6df862b0c2ab2d43019e7
Plug a memory leak in an error case

gtk_show_uri() not freeing the error after showing
it to the user.

Pointed out by Peter Bloomfield in #3166
gtk/gtkshow.c